With the standard (XEN) prefix and the setting of 8 words per line,
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 4 Apr 2006 14:06:38 +0000 (15:06 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 4 Apr 2006 14:06:38 +0000 (15:06 +0100)
commitc82d714c9c5f9a5f924e21f06c436d8794c3eca4
tree00de269b909cc31b53aa258704f2b1d896b7da5b
parentb9d11c5788280ab4530648d8cfcf8b4bbc32ea20
With the standard (XEN) prefix and the setting of 8 words per line,
stack dumps on i386 came out at 81 characters per line. The change to
xen/arch/x86/traps.c makes this 80 (without changing the look on the
screen), and the change to xen/drivers/char/console.c arranges for
soft line breaks not getting duplicated by hard line breaks, so
displaying 80 characters per line doesn't result in a subsequent blank
line.

From: Jan Beulich

Signed-off-by: Keir Fraser <keir@xensource.com>
xen/arch/x86/traps.c
xen/drivers/char/console.c